home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / programming / gamesmaster / includes / games / games_lib.i next >
Encoding:
Text File  |  1996-09-12  |  4.8 KB  |  187 lines

  1. _LVOInit_GPI                =    -$1e
  2. _LVORemove_GPI                =    -$24
  3. _LVORead_Mouse                =    -$2a
  4. _LVORead_JoyPort            =    -$30
  5. _LVORead_JoyStick            =    -$36
  6. _LVORead_JoyPad            =    -$3c
  7. _LVORead_SegaPad            =    -$42
  8. _LVORead_Analog            =    -$48
  9. _LVORead_Key                =    -$4e
  10. _LVOFastRandom                =    -$54
  11. _LVOSlowRandom                =    -$5a
  12. _LVOWait_LMB                =    -$60
  13. _LVOWait_Fire                =    -$66
  14. _LVOWait_Time                =    -$6c
  15. _LVOReserved2S                =    -$72
  16. _LVOSetFilter                =    -$78
  17. _LVOAdd_InputHandler        =    -$7e
  18. _LVORem_InputHandler        =    -$84
  19. _LVOAdd_Interrupt            =    -$8a
  20. _LVORem_Interrupt            =    -$90
  21. _LVOSmartLoad                =    -$96
  22. _LVOQuickLoad                =    -$9c
  23. _LVOSmartUnpack            =    -$a2
  24. _LVOSmartSave                =    -$a8
  25. _LVOSetUserPri                =    -$ae
  26. _LVOSetGMSPrefs            =    -$b4
  27. _LVOUnpackPic                =    -$ba
  28. _LVOLoadPic                =    -$c0
  29. _LVOAllocMemBlock            =    -$c6
  30. _LVOFreeMemBlock            =    -$cc
  31. _LVOFreePic                =    -$d2
  32. _LVOReserved21                =    -$d8
  33. _LVOReserved22                =    -$de
  34. _LVOReserved23                =    -$e4
  35. _LVOReserved24                =    -$ea
  36. _LVOReserved25                =    -$f0
  37. _LVOReserved26                =    -$f6
  38. _LVOReserved27                =    -$fc
  39. _LVOReserved28                =    -$102
  40. _LVOReserved29                =    -$108
  41. _LVOReserved2A                =    -$10e
  42. _LVOReserved2B                =    -$114
  43. _LVOReserved2C                =    -$11a
  44. _LVOReserved2D                =    -$120
  45. _LVOReserved2E                =    -$126
  46. _LVOReserved2F                =    -$12c
  47. _LVOReserved2G                =    -$132
  48. _LVOReserved2H                =    -$138
  49. _LVOReserved2I                =    -$13e
  50. _LVOReserved2J                =    -$144
  51. _LVOReserved2K                =    -$14a
  52. _LVOReserved2L                =    -$150
  53. _LVOReserved2M                =    -$156
  54. _LVOReserved2N                =    -$15c
  55. _LVOReserved2O                =    -$162
  56. _LVOReserved2P                =    -$168
  57. _LVOReserved2Q                =    -$16e
  58. _LVOReserved2R                =    -$174
  59. _LVOAdd_Screen                =    -$17a
  60. _LVODelete_Screen            =    -$180
  61. _LVOShow_Screen            =    -$186
  62. _LVOHide_Screen            =    -$18c
  63. _LVOReturnToOS                =    -$192
  64. _LVOAutoOSReturn            =    -$198
  65. _LVOSwapBuffers            =    -$19e
  66. _LVOWait_VBL                =    -$1a4
  67. _LVOWait_OSVBL                =    -$1aa
  68. _LVOWait_ORVBL                =    -$1b0
  69. _LVOWait_RastLine            =    -$1b6
  70. _LVORefresh_Screen            =    -$1bc
  71. _LVORemake_Screen            =    -$1c2
  72. _LVOMove_Picture            =    -$1c8
  73. _LVOReset_Picture            =    -$1ce
  74. _LVOB12_FadeToBlack            =    -$1d4
  75. _LVOB12_FadeToWhite            =    -$1da
  76. _LVOB12_FadeToPalette        =    -$1e0
  77. _LVOB12_FadeToColour        =    -$1e6
  78. _LVOB24_FadeToBlack            =    -$1ec
  79. _LVOB24_FadeToWhite            =    -$1f2
  80. _LVOB24_FadeToPalette        =    -$1f8
  81. _LVOB24_FadeToColour        =    -$1fe
  82. _LVOChange_Colours            =    -$204
  83. _LVOBlank_Colours            =    -$20a
  84. _LVOInit_RasterList            =    -$210
  85. _LVOUpdate_RasterList        =    -$216
  86. _LVOUpdate_RasterCommand        =    -$21c
  87. _LVOUpdate_RasterCommands    =    -$222
  88. _LVOUpdate_RasterLines        =    -$228
  89. _LVORemove_RasterList        =    -$22e
  90. _LVOHide_RasterList            =    -$234
  91. _LVOShow_RasterList            =    -$23a
  92. _LVOInit_Sprite            =    -$240
  93. _LVOUpdate_Sprite            =    -$246
  94. _LVOMove_Sprite            =    -$24c
  95. _LVOHide_Sprite            =    -$252
  96. _LVOUpdate_SpriteList        =    -$258
  97. _LVOHide_SpriteList            =    -$25e
  98. _LVORemove_AllSprites        =    -$264
  99. _LVOReturn_AllSprites        =    -$26a
  100. _LVOReserved00                =    -$270
  101. _LVOReserved01                =    -$276
  102. _LVOReserved02                =    -$27c
  103. _LVOReserved03                =    -$282
  104. _LVOReserved04                =    -$288
  105. _LVOReserved05                =    -$28e
  106. _LVOReserved06                =    -$294
  107. _LVOReserved07                =    -$29a
  108. _LVOReserved08                =    -$2a0
  109. _LVOReserved09                =    -$2a6
  110. _LVOReserved0A                =    -$2ac
  111. _LVOReserved0B                =    -$2b2
  112. _LVOReserved0C                =    -$2b8
  113. _LVOReserved0D                =    -$2be
  114. _LVOReserved0E                =    -$2c4
  115. _LVOReserved0F                =    -$2ca
  116. _LVOReserved0G                =    -$2d0
  117. _LVOReserved0H                =    -$2d6
  118. _LVOReserved0I                =    -$2dc
  119. _LVOReserved0J                =    -$2e2
  120. _LVOReserved0K                =    -$2e8
  121. _LVOReserved0L                =    -$2ee
  122. _LVOInit_BOB                =    -$2f4
  123. _LVOInit_BOBList            =    -$2fa
  124. _LVODraw_BOB                =    -$300
  125. _LVODraw_BOBList            =    -$306
  126. _LVOClear_BOB                =    -$30c
  127. _LVOClear_BOBList            =    -$312
  128. _LVODraw_VerticalSeries        =    -$318
  129. _LVODraw_ScaledBMap            =    -$31e
  130. _LVODraw_Pattern            =    -$324
  131. _LVODraw_Line                =    -$32a
  132. _LVODraw_Direct            =    -$330
  133. _LVOSnR_Backgrounds            =    -$336
  134. _LVOClear_Screen            =    -$33c
  135. _LVOClear_ScreenArea        =    -$342
  136. _LVOGrabBlitter            =    -$348
  137. _LVOFreeBlitter            =    -$34e
  138. _LVOReserved10                =    -$354
  139. _LVOReserved11                =    -$35a
  140. _LVOReserved12                =    -$360
  141. _LVOReserved13                =    -$366
  142. _LVOReserved14                =    -$36c
  143. _LVOReserved15                =    -$372
  144. _LVOReserved16                =    -$378
  145. _LVOReserved17                =    -$37e
  146. _LVOReserved18                =    -$384
  147. _LVOReserved19                =    -$38a
  148. _LVOReserved1A                =    -$390
  149. _LVOReserved1B                =    -$396
  150. _LVOReserved1C                =    -$39c
  151. _LVOReserved1D                =    -$3a2
  152. _LVOReserved1E                =    -$3a8
  153. _LVOReserved1F                =    -$3ae
  154. _LVOReserved1G                =    -$3b4
  155. _LVOReserved1H                =    -$3ba
  156. _LVOReserved1I                =    -$3c0
  157. _LVOReserved1J                =    -$3c6
  158. _LVOReserved1K                =    -$3cc
  159. _LVOReserved1L                =    -$3d2
  160. _LVOReserved1M                =    -$3d8
  161. _LVOReserved1N                =    -$3de
  162. _LVOReserved1O                =    -$3e4
  163. _LVOReserved1P                =    -$3ea
  164. _LVOReserved1Q                =    -$3f0
  165. _LVOAllocAudio                =    -$3f6
  166. _LVOFreeAudio                =    -$3fc
  167. _LVOInitSound                =    -$402
  168. _LVOFreeSound                =    -$408
  169. _LVOCheckChannel            =    -$40e
  170. _LVOPlaySound                =    -$414
  171. _LVOPlaySoundDAC1            =    -$41a
  172. _LVOPlaySoundDAC2            =    -$420
  173. _LVOPlaySoundDAC3            =    -$426
  174. _LVOPlaySoundDAC4            =    -$42c
  175. _LVOPlaySoundPri            =    -$432
  176. _LVOPlaySoundPriDAC1        =    -$438
  177. _LVOPlaySoundPriDAC2        =    -$43e
  178. _LVOPlaySoundPriDAC3        =    -$444
  179. _LVOPlaySoundPriDAC4        =    -$44a
  180. _LVOSetVolume                =    -$450
  181. _LVOFadeVolume                =    -$456
  182. _LVOStopSound                =    -$45c
  183. _LVOStopChannel            =    -$462
  184. _LVOInitPlayer                =    -$468
  185. _LVOPlayMOD                =    -$46e
  186. _LVOStopPlayer                =    -$474
  187.